Skip to content

Commit

Permalink
NetOffice Build Tasks v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso committed Dec 7, 2024
1 parent 6b7d2ed commit 98ad6a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/NetOfficeFw.Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionPrefix>2.1.0</VersionPrefix>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ _The .NET Core assemblies are not supported yet._
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NetOfficeFw.Build" Version="2.0.0" />
<PackageReference Include="NetOfficeFw.Build" Version="2.1.0" />
</ItemGroup>
</Project>
```
Expand Down
2 changes: 1 addition & 1 deletion src/build/NetOfficeFw.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project TreatAsLocalProperty="TaskTargetFramework;TaskAssembly">
<PropertyGroup>
<NetOfficeBuildTaskVersion>2.0.0</NetOfficeBuildTaskVersion>
<NetOfficeBuildTaskVersion>2.1.0</NetOfficeBuildTaskVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion tests/AcmeCorpAddinNet48/AcmeCorpAddinNet48.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!--
<ItemGroup>
<PackageReference Include="NetOfficeFw.Build" Version="2.0.0" />
<PackageReference Include="NetOfficeFw.Build" Version="2.1.0" />
</ItemGroup>
-->
</Project>

0 comments on commit 98ad6a4

Please sign in to comment.