Skip to content

Commit

Permalink
fix: reset versions in packages so that versioned packages are known …
Browse files Browse the repository at this point in the history
…to be built through a pipeline
  • Loading branch information
todd authored and wh1337 committed Aug 28, 2023
1 parent 66a17fb commit 97b768c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Novu.Extensions/Novu.Extensions.csproj
Expand Up @@ -9,7 +9,7 @@
<!-- Nuget Settings -->
<PropertyGroup>
<PackageId>Novu.Extensions</PackageId>
<Version>0.3.1</Version>
<Version>0.0.0</Version>
<ProductName>Novu.Extensions</ProductName>
<Description>Novu .NET SDK</Description>
<RepositoryType>git</RepositoryType>
Expand Down
2 changes: 1 addition & 1 deletion src/Novu.Sync/Novu.Sync.csproj
Expand Up @@ -9,7 +9,7 @@
<!-- Nuget Settings -->
<PropertyGroup>
<PackageId>Novu.Sync</PackageId>
<Version>0.3.1</Version>
<Version>0.0.0</Version>
<ProductName>Novu.Sync</ProductName>
<Description>Novu .NET SDK</Description>
<RepositoryType>git</RepositoryType>
Expand Down
2 changes: 1 addition & 1 deletion src/Novu.Tests/Novu.Tests.csproj
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net7.0</TargetFramework>
<IsPackable>false</IsPackable>
<RootNamespace>Novu.Tests</RootNamespace>
<Version>0.3.1</Version>
<Version>0.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Novu/Novu.csproj
Expand Up @@ -13,7 +13,7 @@
<!-- Nuget Settings -->
<PropertyGroup>
<PackageId>Novu</PackageId>
<Version>0.3.1</Version>
<Version>0.0.0</Version>
<ProductName>Novu</ProductName>
<Description>Novu .NET SDK</Description>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit 97b768c

Please sign in to comment.