We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af8dd0 commit c2033c6Copy full SHA for c2033c6
msgraph-developer-proxy-plugins/msgraph-developer-proxy-plugins.csproj
@@ -6,6 +6,7 @@
6
<Nullable>enable</Nullable>
7
<EnableDynamicLoading>true</EnableDynamicLoading>
8
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
9
+ <Version>0.4.0</Version>
10
</PropertyGroup>
11
<ItemGroup>
12
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0">
msgraph-developer-proxy/msgraph-developer-proxy.csproj
@@ -8,7 +8,7 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Title>Microsoft Graph Developer Proxy</Title>
- <Version>0.3.0</Version>
<Company>Microsoft</Company>
13
<Product>Microsoft Graph Developer Proxy</Product>
14
<PackageReadmeFile>README.md</PackageReadmeFile>
0 commit comments