Skip to content

Commit 8bb806b

Browse files
Increases version to 0.12.1
1 parent 85c30ee commit 8bb806b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

m365-developer-proxy-abstractions/m365-developer-proxy-abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<RootNamespace>Microsoft365.DeveloperProxy.Abstractions</RootNamespace>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8-
<Version>0.12.0</Version>
8+
<Version>0.12.1</Version>
99
</PropertyGroup>
1010

1111
<ItemGroup>

m365-developer-proxy-plugins/m365-developer-proxy-plugins.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Nullable>enable</Nullable>
77
<EnableDynamicLoading>true</EnableDynamicLoading>
88
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
9-
<Version>0.12.0</Version>
9+
<Version>0.12.1</Version>
1010
</PropertyGroup>
1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.11">

m365-developer-proxy/m365-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 365 Developer Proxy</Title>
11-
<Version>0.12.0</Version>
11+
<Version>0.12.1</Version>
1212
<Company>Microsoft</Company>
1313
<Product>Microsoft 365 Developer Proxy</Product>
1414
<AssemblyName>m365proxy</AssemblyName>

0 commit comments

Comments
 (0)