Skip to content

Commit

Permalink
Updates version to v0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
waldekmastykarz authored and garrytrinder committed Aug 10, 2023
1 parent 54120ff commit f7aa121
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RootNamespace>Microsoft365.DeveloperProxy.Abstractions</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.10.0</Version>
<Version>0.11.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<EnableDynamicLoading>true</EnableDynamicLoading>
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
<Version>0.10.0</Version>
<Version>0.11.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0">
Expand Down
2 changes: 1 addition & 1 deletion m365-developer-proxy/m365-developer-proxy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Nullable>enable</Nullable>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Title>Microsoft 365 Developer Proxy</Title>
<Version>0.10.0</Version>
<Version>0.11.0</Version>
<Company>Microsoft</Company>
<Product>Microsoft 365 Developer Proxy</Product>
<AssemblyName>m365proxy</AssemblyName>
Expand Down

0 comments on commit f7aa121

Please sign in to comment.