Skip to content

Commit

Permalink
Use of VersionPrefix and VersionPrefix tags in .csproj files
Browse files Browse the repository at this point in the history
- Removed version tags from projects that do not produce nuget packages
  • Loading branch information
bounav committed Dec 25, 2024
1 parent a773357 commit b5d85dc
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
<SignAssembly>False</SignAssembly>
<AssemblyOriginatorKeyFile>..\SparkKey.snk</AssemblyOriginatorKeyFile>
<IsPackable>False</IsPackable>
<AssemblyVersion>1.8.2.0</AssemblyVersion>
<Version>1.8.2.0-alpha</Version>
<FileVersion>1.8.2.0-alpha</FileVersion>
<Authors>RobertTheGrey</Authors>
<Company>Louis DeJardin</Company>
<PackageProjectUrl>https://github.com/SparkViewEngine/</PackageProjectUrl>
Expand Down
5 changes: 1 addition & 4 deletions src/Castle.Monorail.Pdf/Castle.Monorail.Pdf.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<OutputType>Library</OutputType>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<SignAssembly>False</SignAssembly>
<AssemblyOriginatorKeyFile>..\SparkKey.snk</AssemblyOriginatorKeyFile>
<IsPackable>False</IsPackable>
<AssemblyVersion>1.8.2.0</AssemblyVersion>
<Version>1.8.2.0-alpha</Version>
<FileVersion>1.8.2.0-alpha</FileVersion>
<Authors>RobertTheGrey</Authors>
<Company>Louis DeJardin</Company>
<PackageProjectUrl>https://github.com/SparkViewEngine/</PackageProjectUrl>
Expand Down
5 changes: 3 additions & 2 deletions src/Spark.AspNetCore.Mvc/Spark.AspNetCore.Mvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
<AssemblyOriginatorKeyFile>..\SparkKey.snk</AssemblyOriginatorKeyFile>
<IsPackable>True</IsPackable>
<AssemblyVersion>1.8.2.0</AssemblyVersion>
<Version>1.8.2.0-alpha</Version>
<FileVersion>1.8.2.0-alpha</FileVersion>
<VersionPrefix>1.8.2.0</VersionPrefix>
<VersionSuffix>alpha</VersionSuffix>
<FileVersion>1.8.2.0</FileVersion>
<Authors>RobertTheGrey</Authors>
<Company>Louis DeJardin</Company>
<PackageProjectUrl>https://github.com/SparkViewEngine/</PackageProjectUrl>
Expand Down
3 changes: 0 additions & 3 deletions src/Spark.Python/Spark.Python.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
<SignAssembly>False</SignAssembly>
<AssemblyOriginatorKeyFile>..\SparkKey.snk</AssemblyOriginatorKeyFile>
<IsPackable>False</IsPackable>
<AssemblyVersion>1.8.2.0</AssemblyVersion>
<Version>1.8.2.0-alpha</Version>
<FileVersion>1.8.2.0-alpha</FileVersion>
<Authors>RobertTheGrey</Authors>
<Company>Louis DeJardin</Company>
<PackageProjectUrl>https://github.com/SparkViewEngine/</PackageProjectUrl>
Expand Down
3 changes: 0 additions & 3 deletions src/Spark.Ruby/Spark.Ruby.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
<SignAssembly>False</SignAssembly>
<AssemblyOriginatorKeyFile>..\SparkKey.snk</AssemblyOriginatorKeyFile>
<IsPackable>False</IsPackable>
<AssemblyVersion>1.8.2.0</AssemblyVersion>
<Version>1.8.2.0-alpha</Version>
<FileVersion>1.8.2.0-alpha</FileVersion>
<Authors>RobertTheGrey</Authors>
<Company>Louis DeJardin</Company>
<PackageProjectUrl>https://github.com/SparkViewEngine/</PackageProjectUrl>
Expand Down
3 changes: 0 additions & 3 deletions src/Spark.Web.Mvc.Pdf/Spark.Web.Mvc.Pdf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
<SignAssembly>False</SignAssembly>
<AssemblyOriginatorKeyFile>..\SparkKey.snk</AssemblyOriginatorKeyFile>
<IsPackable>False</IsPackable>
<AssemblyVersion>1.8.2.0</AssemblyVersion>
<Version>1.8.2.0-alpha</Version>
<FileVersion>1.8.2.0-alpha</FileVersion>
<Authors>RobertTheGrey</Authors>
<Company>Louis DeJardin</Company>
<PackageProjectUrl>https://github.com/SparkViewEngine/</PackageProjectUrl>
Expand Down
3 changes: 0 additions & 3 deletions src/Spark.Web.Mvc.Python/Spark.Web.Mvc.Python.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
<SignAssembly>False</SignAssembly>
<AssemblyOriginatorKeyFile>..\SparkKey.snk</AssemblyOriginatorKeyFile>
<IsPackable>False</IsPackable>
<AssemblyVersion>1.8.2.0</AssemblyVersion>
<Version>1.8.2.0-alpha</Version>
<FileVersion>1.8.2.0-alpha</FileVersion>
<Authors>RobertTheGrey</Authors>
<Company>Louis DeJardin</Company>
<PackageProjectUrl>https://github.com/SparkViewEngine/</PackageProjectUrl>
Expand Down
3 changes: 0 additions & 3 deletions src/Spark.Web.Mvc.Ruby/Spark.Web.Mvc.Ruby.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
<SignAssembly>False</SignAssembly>
<AssemblyOriginatorKeyFile>..\SparkKey.snk</AssemblyOriginatorKeyFile>
<IsPackable>False</IsPackable>
<AssemblyVersion>1.8.2.0</AssemblyVersion>
<Version>1.8.2.0-alpha</Version>
<FileVersion>1.8.2.0-alpha</FileVersion>
<Authors>RobertTheGrey</Authors>
<Company>Louis DeJardin</Company>
<PackageProjectUrl>https://github.com/SparkViewEngine/</PackageProjectUrl>
Expand Down
5 changes: 3 additions & 2 deletions src/Spark.Web.Mvc/Spark.Web.Mvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
<AssemblyOriginatorKeyFile>..\SparkKey.snk</AssemblyOriginatorKeyFile>
<IsPackable>True</IsPackable>
<AssemblyVersion>1.8.2.0</AssemblyVersion>
<Version>1.8.2.0-alpha</Version>
<FileVersion>1.8.2.0-alpha</FileVersion>
<VersionPrefix>1.8.2.0</VersionPrefix>
<VersionSuffix>alpha</VersionSuffix>
<FileVersion>1.8.2.0</FileVersion>
<Authors>RobertTheGrey</Authors>
<Company>Louis DeJardin</Company>
<PackageProjectUrl>https://github.com/SparkViewEngine/</PackageProjectUrl>
Expand Down
5 changes: 3 additions & 2 deletions src/Spark.Web/Spark.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
<RootNamespace>Spark</RootNamespace>
<IsPackable>True</IsPackable>
<AssemblyVersion>1.8.2.0</AssemblyVersion>
<Version>1.8.2.0-alpha</Version>
<FileVersion>1.8.2.0-alpha</FileVersion>
<VersionPrefix>1.8.2.0</VersionPrefix>
<VersionSuffix>alpha</VersionSuffix>
<FileVersion>1.8.2.0</FileVersion>
<Authors>RobertTheGrey</Authors>
<Company>Louis DeJardin</Company>
<PackageProjectUrl>https://github.com/SparkViewEngine/</PackageProjectUrl>
Expand Down
5 changes: 3 additions & 2 deletions src/Spark/Spark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
<AssemblyOriginatorKeyFile>..\SparkKey.snk</AssemblyOriginatorKeyFile>
<IsPackable>True</IsPackable>
<AssemblyVersion>1.8.2.0</AssemblyVersion>
<Version>1.8.2.0-alpha</Version>
<FileVersion>1.8.2.0-alpha</FileVersion>
<VersionPrefix>1.8.2.0</VersionPrefix>
<VersionSuffix>alpha</VersionSuffix>
<FileVersion>1.8.2.0</FileVersion>
<Authors>RobertTheGrey</Authors>
<Company>Louis DeJardin</Company>
<PackageProjectUrl>https://github.com/SparkViewEngine/</PackageProjectUrl>
Expand Down
3 changes: 0 additions & 3 deletions src/Xpark/Xpark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
<SignAssembly>False</SignAssembly>
<AssemblyOriginatorKeyFile>..\SparkKey.snk</AssemblyOriginatorKeyFile>
<IsPackable>False</IsPackable>
<AssemblyVersion>1.8.2.0</AssemblyVersion>
<Version>1.8.2.0-alpha</Version>
<FileVersion>1.8.2.0-alpha</FileVersion>
<Authors>RobertTheGrey</Authors>
<Company>Louis DeJardin</Company>
<PackageProjectUrl>https://github.com/SparkViewEngine/</PackageProjectUrl>
Expand Down

0 comments on commit b5d85dc

Please sign in to comment.