Skip to content

Commit 1ceecc1

Browse files
Removes commit hash from version
1 parent dda2477 commit 1ceecc1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

dev-proxy-abstractions/dev-proxy-abstractions.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
<Version>0.13.0</Version>
9+
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
910
</PropertyGroup>
1011

1112
<ItemGroup>

dev-proxy-plugins/dev-proxy-plugins.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<EnableDynamicLoading>true</EnableDynamicLoading>
88
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
99
<Version>0.13.0</Version>
10+
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
1011
</PropertyGroup>
1112
<ItemGroup>
1213
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0">

dev-proxy/dev-proxy.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<Product>Dev Proxy</Product>
1414
<AssemblyName>devproxy</AssemblyName>
1515
<PackageReadmeFile>README.md</PackageReadmeFile>
16+
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
1617
</PropertyGroup>
1718

1819
<ItemGroup>

0 commit comments

Comments
 (0)