Skip to content

Commit

Permalink
bump to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
icecoldfire committed May 5, 2023
1 parent 446b677 commit da99553
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/Viren.Core/Viren.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFrameworks Condition="'$(LibraryFrameworks)'!=''">$(LibraryFrameworks)</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Version>1.1.0-rc.1</Version>
<Version>1.1.0</Version>
<Authors>Teal Partners</Authors>
<Company>Teal Partners</Company>
<Product>Viren .NET client core library</Product>
Expand All @@ -21,7 +21,7 @@
<PackageTags>Viren; API; Client</PackageTags>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<RepositoryType>git</RepositoryType>
<PackageVersion>1.1.0-rc.1</PackageVersion>
<PackageVersion>1.1.0</PackageVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)'=='net46'">
<AssemblyTitle>Viren.Core .NET 4.6</AssemblyTitle>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Version>1.1.0-rc.1</Version>
<Version>1.1.0</Version>
<Authors>Teal Partners</Authors>
<Product>Viren execution .NET client</Product>
<RepositoryUrl>https://github.com/tealpartners/viren.net</RepositoryUrl>
Expand All @@ -19,7 +19,7 @@
<RootNamespace>Viren.Execution.Extensions.DependencyInjection</RootNamespace>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<RepositoryType>git</RepositoryType>
<PackageVersion>1.1.0-rc.1</PackageVersion>
<PackageVersion>1.1.0</PackageVersion>
<TargetFrameworks>net6.0;netstandard2.0;netstandard2.1;net7.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Viren.Execution/Viren.Execution.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks Condition="'$(LibraryFrameworks)'!=''">$(LibraryFrameworks)</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Version>1.1.0-rc.1</Version>
<Version>1.1.0</Version>
<Authors>Teal Partners</Authors>
<Product>Viren execution .NET client</Product>
<RepositoryUrl>https://github.com/tealpartners/viren.net</RepositoryUrl>
Expand All @@ -21,7 +21,7 @@
<RootNamespace>Viren.Execution</RootNamespace>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<RepositoryType>git</RepositoryType>
<PackageVersion>1.1.0-rc.1</PackageVersion>
<PackageVersion>1.1.0</PackageVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)'=='net46'">
<AssemblyTitle>Viren.Core .NET 4.6</AssemblyTitle>
Expand Down

0 comments on commit da99553

Please sign in to comment.