Skip to content

Commit

Permalink
Bump version to 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rbergen committed Dec 4, 2021
1 parent ee236a8 commit e8bd11c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
6 changes: 5 additions & 1 deletion src/R136.Interfaces/R136.Interfaces.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -8,6 +8,10 @@

</PropertyGroup>

<ItemGroup>
<Compile Include="..\SolutionInfo.cs" Link="SolutionInfo.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Primitives" Version="6.0.0" />
Expand Down
9 changes: 0 additions & 9 deletions src/R136.Interfaces/SolutionInfo.cs

This file was deleted.

4 changes: 2 additions & 2 deletions src/SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// Revision
using System.Reflection;

[assembly: AssemblyVersion("4.3.0.0")]
[assembly: AssemblyFileVersion("4.3.0.0")]
[assembly: AssemblyVersion("4.4.0.0")]
[assembly: AssemblyFileVersion("4.4.0.0")]
[assembly: AssemblyCompany("R.I.P.")]
[assembly: AssemblyProduct("R136")]
[assembly: AssemblyCopyright("© Copyright R.I.P. 1998, 2021")]

0 comments on commit e8bd11c

Please sign in to comment.