Skip to content

Commit

Permalink
Grouped resource files with their respective forms using .csproj.
Browse files Browse the repository at this point in the history
  • Loading branch information
ravibpatel committed May 10, 2024
1 parent b3ea407 commit c1e08e0
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 15 deletions.
201 changes: 196 additions & 5 deletions AutoUpdater.NET/AutoUpdater.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<Company>RBSoft</Company>
<Product>AutoUpdater.NET</Product>
<Copyright>Copyright © 2012-2024 RBSoft</Copyright>
<Version>1.8.5.0</Version>
<AssemblyVersion>1.8.5.0</AssemblyVersion>
<FileVersion>1.8.5.0</FileVersion>
<PackageVersion>1.8.5.0</PackageVersion>
<Version>1.8.6.0</Version>
<AssemblyVersion>1.8.6.0</AssemblyVersion>
<FileVersion>1.8.6.0</FileVersion>
<PackageVersion>1.8.6.0</PackageVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>AutoUpdater.NET.snk</AssemblyOriginatorKeyFile>
<NeutralLanguage>en</NeutralLanguage>
Expand Down Expand Up @@ -50,6 +50,197 @@
<PackageReference Include="Resource.Embedder" Version="1.2.8" PrivateAssets="All"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2277.86"/>
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2478.35"/>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="DownloadUpdateDialog.ar.resx">
<DependentUpon>DownloadUpdateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="DownloadUpdateDialog.cs.resx">
<DependentUpon>DownloadUpdateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="DownloadUpdateDialog.da.resx">
<DependentUpon>DownloadUpdateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="DownloadUpdateDialog.de.resx">
<DependentUpon>DownloadUpdateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="DownloadUpdateDialog.es.resx">
<DependentUpon>DownloadUpdateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="DownloadUpdateDialog.fr.resx">
<DependentUpon>DownloadUpdateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="DownloadUpdateDialog.it.resx">
<DependentUpon>DownloadUpdateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="DownloadUpdateDialog.ja-JP.resx">
<DependentUpon>DownloadUpdateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="DownloadUpdateDialog.lv.resx">
<DependentUpon>DownloadUpdateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="DownloadUpdateDialog.ko.resx">
<DependentUpon>DownloadUpdateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="DownloadUpdateDialog.nl.resx">
<DependentUpon>DownloadUpdateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="DownloadUpdateDialog.pl.resx">
<DependentUpon>DownloadUpdateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="DownloadUpdateDialog.pt.resx">
<DependentUpon>DownloadUpdateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="DownloadUpdateDialog.pt-BR.resx">
<DependentUpon>DownloadUpdateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="DownloadUpdateDialog.ru.resx">
<DependentUpon>DownloadUpdateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="DownloadUpdateDialog.sk.resx">
<DependentUpon>DownloadUpdateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="DownloadUpdateDialog.sv.resx">
<DependentUpon>DownloadUpdateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="DownloadUpdateDialog.th.resx">
<DependentUpon>DownloadUpdateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="DownloadUpdateDialog.tr.resx">
<DependentUpon>DownloadUpdateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="DownloadUpdateDialog.zh.resx">
<DependentUpon>DownloadUpdateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="DownloadUpdateDialog.zh-TW.resx">
<DependentUpon>DownloadUpdateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="RemindLaterForm.ar.resx">
<DependentUpon>RemindLaterForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="RemindLaterForm.cs.resx">
<DependentUpon>RemindLaterForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="RemindLaterForm.da.resx">
<DependentUpon>RemindLaterForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="RemindLaterForm.de.resx">
<DependentUpon>RemindLaterForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="RemindLaterForm.es.resx">
<DependentUpon>RemindLaterForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="RemindLaterForm.fr.resx">
<DependentUpon>RemindLaterForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="RemindLaterForm.it.resx">
<DependentUpon>RemindLaterForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="RemindLaterForm.ja-JP.resx">
<DependentUpon>RemindLaterForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="RemindLaterForm.ko.resx">
<DependentUpon>RemindLaterForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="RemindLaterForm.lv.resx">
<DependentUpon>RemindLaterForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="RemindLaterForm.nl.resx">
<DependentUpon>RemindLaterForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="RemindLaterForm.pt.resx">
<DependentUpon>RemindLaterForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="RemindLaterForm.pl.resx">
<DependentUpon>RemindLaterForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="RemindLaterForm.pt-BR.resx">
<DependentUpon>RemindLaterForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="RemindLaterForm.ru.resx">
<DependentUpon>RemindLaterForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="RemindLaterForm.sk.resx">
<DependentUpon>RemindLaterForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="RemindLaterForm.sv.resx">
<DependentUpon>RemindLaterForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="RemindLaterForm.th.resx">
<DependentUpon>RemindLaterForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="RemindLaterForm.tr.resx">
<DependentUpon>RemindLaterForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="RemindLaterForm.zh.resx">
<DependentUpon>RemindLaterForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="RemindLaterForm.zh-TW.resx">
<DependentUpon>RemindLaterForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="UpdateForm.da.resx">
<DependentUpon>UpdateForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="UpdateForm.de.resx">
<DependentUpon>UpdateForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="UpdateForm.es.resx">
<DependentUpon>UpdateForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="UpdateForm.fr.resx">
<DependentUpon>UpdateForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="UpdateForm.it.resx">
<DependentUpon>UpdateForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="UpdateForm.ja-JP.resx">
<DependentUpon>UpdateForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="UpdateForm.ko.resx">
<DependentUpon>UpdateForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="UpdateForm.lv.resx">
<DependentUpon>UpdateForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="UpdateForm.nl.resx">
<DependentUpon>UpdateForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="UpdateForm.pl.resx">
<DependentUpon>UpdateForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="UpdateForm.pt-BR.resx">
<DependentUpon>UpdateForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="UpdateForm.pt.resx">
<DependentUpon>UpdateForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="UpdateForm.ru.resx">
<DependentUpon>UpdateForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="UpdateForm.sk.resx">
<DependentUpon>UpdateForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="UpdateForm.ar.resx">
<DependentUpon>UpdateForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="UpdateForm.cs.resx">
<DependentUpon>UpdateForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="UpdateForm.th.resx">
<DependentUpon>UpdateForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="UpdateForm.sv.resx">
<DependentUpon>UpdateForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="UpdateForm.tr.resx">
<DependentUpon>UpdateForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="UpdateForm.zh.resx">
<DependentUpon>UpdateForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="UpdateForm.zh-TW.resx">
<DependentUpon>UpdateForm.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
</Project>
14 changes: 7 additions & 7 deletions AutoUpdater.NET/build/Autoupdater.NET.Official.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http:https://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Autoupdater.NET.Official</id>
<version>1.8.5.0</version>
<version>1.8.6.0</version>
<title>AutoUpdater.NET</title>
<authors>rbsoft</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -18,22 +18,22 @@
<tags>autoupdate updater c# vb wpf winforms</tags>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="Microsoft.Web.WebView2" version="1.0.2277.86" exclude="Build,Analyzers"/>
<dependency id="Microsoft.Web.WebView2" version="1.0.2478.35" exclude="Build,Analyzers"/>
</group>
<group targetFramework=".NETCoreApp3.1">
<dependency id="Microsoft.Web.WebView2" version="1.0.2277.86" exclude="Build,Analyzers"/>
<dependency id="Microsoft.Web.WebView2" version="1.0.2478.35" exclude="Build,Analyzers"/>
</group>
<group targetFramework="net5.0-windows7.0">
<dependency id="Microsoft.Web.WebView2" version="1.0.2277.86" exclude="Build,Analyzers"/>
<dependency id="Microsoft.Web.WebView2" version="1.0.2478.35" exclude="Build,Analyzers"/>
</group>
<group targetFramework="net6.0-windows7.0">
<dependency id="Microsoft.Web.WebView2" version="1.0.2277.86" exclude="Build,Analyzers"/>
<dependency id="Microsoft.Web.WebView2" version="1.0.2478.35" exclude="Build,Analyzers"/>
</group>
<group targetFramework="net7.0-windows7.0">
<dependency id="Microsoft.Web.WebView2" version="1.0.2277.86" exclude="Build,Analyzers"/>
<dependency id="Microsoft.Web.WebView2" version="1.0.2478.35" exclude="Build,Analyzers"/>
</group>
<group targetFramework="net8.0-windows7.0">
<dependency id="Microsoft.Web.WebView2" version="1.0.2277.86" exclude="Build,Analyzers"/>
<dependency id="Microsoft.Web.WebView2" version="1.0.2478.35" exclude="Build,Analyzers"/>
</group>
</dependencies>
<frameworkReferences>
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2012-2023 RBSoft
Copyright (c) 2012-2024 RBSoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 1.8.5.{build}
version: 1.8.6.{build}
environment:
my_version: 1.8.5
my_version: 1.8.6
my_secret:
secure: vbPRaZLQYpGPr4BrZZ4p6TofpSZMud+FKtlpqjgO8aA=
skip_branch_with_pr: true
Expand Down

0 comments on commit c1e08e0

Please sign in to comment.