Skip to content

Commit

Permalink
#25: Added assembly version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinCelej committed Apr 30, 2023
1 parent 26e58aa commit e25ef41
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<PackageProjectUrl>https://github.com/synergy-software/synergy.framework</PackageProjectUrl>
<PackageIcon>synergy.png</PackageIcon>
<PackageTags>Diagrams as Code</PackageTags>
<AssemblyVersion>$(Version)</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<PackageProjectUrl>https://github.com/synergy-software/synergy.framework</PackageProjectUrl>
<PackageIcon>synergy.png</PackageIcon>
<PackageTags>BDD Behaviour Driven Development</PackageTags>
<AssemblyVersion>$(Version)</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<PackageProjectUrl>https://github.com/synergy-software/synergy.framework</PackageProjectUrl>
<PackageIcon>synergy.png</PackageIcon>
<PackageTags>BDD Behaviour Driven Development</PackageTags>
<AssemblyVersion>$(Version)</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Contracts/Synergy.Contracts/Synergy.Contracts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<PackageTags>DbC Design-By-Contract Precondition Postcondition Contract Code-Contract Resharper Annotations R# jetbrains.annotations design contract programming SLARCH</PackageTags>
<LangVersion>10</LangVersion>
<Nullable>enable</Nullable>
<AssemblyVersion>$(Version)</AssemblyVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
Expand Down
1 change: 1 addition & 0 deletions Reflection/Synergy.Reflection/Synergy.Reflection.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<Description>Reflection metadata reading made easier</Description>
<Copyright>Copyright © Synergy Marcin Celej 2019</Copyright>
<PackageTags>Reflection Assembly Enum Class SLARCH</PackageTags>
<AssemblyVersion>$(Version)</AssemblyVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
Expand Down
1 change: 1 addition & 0 deletions Web/Synergy.Web.Api.Testing/Synergy.Web.Api.Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<PackageTags>Web API Testing</PackageTags>
<Nullable>enable</Nullable>
<LangVersion>8</LangVersion>
<AssemblyVersion>$(Version)</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down

0 comments on commit e25ef41

Please sign in to comment.