Skip to content

Commit

Permalink
Merge pull request #64 from nref/version/0.13.0
Browse files Browse the repository at this point in the history
Bump to version 0.13.0
  • Loading branch information
nref authored Dec 7, 2024
2 parents 4dc6cc8 + 287a089 commit 260c7f8
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<Project>
<PropertyGroup>
<WarningLevel>4</WarningLevel>
<!-- TODO enable when all warnings are resolved -->
<!--<TreatWarningsAsErrors>true</TreatWarningsAsErrors>-->
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<Version>0.12.7</Version>
<Product>BrowseRouter</Product>
<Copyright>EnduraByte LLC 2024</Copyright>
<!-- Reduces flagging as malware -->
<NoWin32Manifest>true</NoWin32Manifest>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<!-- Reduces flagging as malware -->
<DebugType>embedded</DebugType>
</PropertyGroup>

<Target Name="GetVersion">
<Message Importance="high" Text="$(Version)" />
</Target>
</Project>
<Project>
<PropertyGroup>
<WarningLevel>4</WarningLevel>
<!-- TODO enable when all warnings are resolved -->
<!--<TreatWarningsAsErrors>true</TreatWarningsAsErrors>-->
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<Version>0.13.0</Version>
<Product>BrowseRouter</Product>
<Copyright>EnduraByte LLC 2024</Copyright>
<!-- Reduces flagging as malware -->
<NoWin32Manifest>true</NoWin32Manifest>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<!-- Reduces flagging as malware -->
<DebugType>embedded</DebugType>
</PropertyGroup>

<Target Name="GetVersion">
<Message Importance="high" Text="$(Version)" />
</Target>
</Project>

0 comments on commit 260c7f8

Please sign in to comment.