Skip to content

Commit

Permalink
bump binner models version
Browse files Browse the repository at this point in the history
  • Loading branch information
replaysMike committed Mar 22, 2023
1 parent 21af884 commit 79160fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Binner/Binner.Web/Binner.Web.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<LibraryVersion Condition="'$(LibraryVersion)'==''">1.0.33</LibraryVersion>
<LibraryVersion Condition="'$(LibraryVersion)'==''">1.0.34</LibraryVersion>
<TargetFramework>net7.0</TargetFramework>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<RuntimeIdentifiers>win10-x64;linux-arm;linux-x64;osx.10.12-x64;ubuntu.14.04-x64</RuntimeIdentifiers>
Expand Down
2 changes: 1 addition & 1 deletion Binner/Library/Binner.Common/Binner.Common.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<LibraryVersion Condition="'$(LibraryVersion)'==''">1.0.33</LibraryVersion>
<LibraryVersion Condition="'$(LibraryVersion)'==''">1.0.34</LibraryVersion>
<TargetFramework>net7.0</TargetFramework>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<RuntimeIdentifiers>win10-x64;linux-arm;linux-x64;osx.10.12-x64;ubuntu.14.04-x64</RuntimeIdentifiers>
Expand Down

0 comments on commit 79160fc

Please sign in to comment.