Skip to content

Commit c2033c6

Browse files
authored
chore: set version to 0.4.0 (#141)
1 parent 4af8dd0 commit c2033c6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

msgraph-developer-proxy-plugins/msgraph-developer-proxy-plugins.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<Nullable>enable</Nullable>
77
<EnableDynamicLoading>true</EnableDynamicLoading>
88
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
9+
<Version>0.4.0</Version>
910
</PropertyGroup>
1011
<ItemGroup>
1112
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0">

msgraph-developer-proxy/msgraph-developer-proxy.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Nullable>enable</Nullable>
99
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1010
<Title>Microsoft Graph Developer Proxy</Title>
11-
<Version>0.3.0</Version>
11+
<Version>0.4.0</Version>
1212
<Company>Microsoft</Company>
1313
<Product>Microsoft Graph Developer Proxy</Product>
1414
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)