Skip to content

Commit

Permalink
Bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Apr 28, 2024
1 parent e289893 commit f886632
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CastIt.Cli/CastIt.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!--The name here matters, we set it like this so we can type castit in the cmd-->
<AssemblyName>CastIt</AssemblyName>
<RootNamespace>CastIt.Cli</RootNamespace>
<Version>1.1.1</Version>
<Version>1.2.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion CastIt.Server/CastIt.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PropertyGroup>
<NoWarn>1591;NU1605</NoWarn>
<DocumentationFile>CastIt.xml</DocumentationFile>
<Version>1.1.2</Version>
<Version>1.2.0</Version>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion CastIt.Youtube/CastIt.Youtube.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.60" />
<PackageReference Include="PCRE.NET" Version="0.20.0" />
<PackageReference Include="PCRE.NET" Version="1.0.0" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions CastIt/CastIt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<Win32Resource />
<Platforms>x64;x86</Platforms>
<ApplicationIcon>favicon.ico</ApplicationIcon>
<AssemblyVersion>1.1.1.0</AssemblyVersion>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
<NoWarn>$(NoWarn);NU1605</NoWarn>
<FileVersion>1.1.1.0</FileVersion>
<Version>1.1.1</Version>
<FileVersion>1.2.0.0</FileVersion>
<Version>1.2.0</Version>
<PackageProjectUrl>https://github.com/Wolfteam/CastIt</PackageProjectUrl>
<Description>A casting app and remote controller made for my personal use.</Description>
<RepositoryUrl>https://github.com/Wolfteam/CastIt</RepositoryUrl>
Expand Down

0 comments on commit f886632

Please sign in to comment.