Skip to content

Commit 97b768c

Browse files
toddwh1337
todd
authored andcommitted
fix: reset versions in packages so that versioned packages are known to be built through a pipeline
1 parent 66a17fb commit 97b768c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Novu.Extensions/Novu.Extensions.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- Nuget Settings -->
1010
<PropertyGroup>
1111
<PackageId>Novu.Extensions</PackageId>
12-
<Version>0.3.1</Version>
12+
<Version>0.0.0</Version>
1313
<ProductName>Novu.Extensions</ProductName>
1414
<Description>Novu .NET SDK</Description>
1515
<RepositoryType>git</RepositoryType>

src/Novu.Sync/Novu.Sync.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- Nuget Settings -->
1010
<PropertyGroup>
1111
<PackageId>Novu.Sync</PackageId>
12-
<Version>0.3.1</Version>
12+
<Version>0.0.0</Version>
1313
<ProductName>Novu.Sync</ProductName>
1414
<Description>Novu .NET SDK</Description>
1515
<RepositoryType>git</RepositoryType>

src/Novu.Tests/Novu.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net7.0</TargetFramework>
55
<IsPackable>false</IsPackable>
66
<RootNamespace>Novu.Tests</RootNamespace>
7-
<Version>0.3.1</Version>
7+
<Version>0.0.0</Version>
88
</PropertyGroup>
99

1010
<ItemGroup>

src/Novu/Novu.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!-- Nuget Settings -->
1414
<PropertyGroup>
1515
<PackageId>Novu</PackageId>
16-
<Version>0.3.1</Version>
16+
<Version>0.0.0</Version>
1717
<ProductName>Novu</ProductName>
1818
<Description>Novu .NET SDK</Description>
1919
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)