Found 129 packages
Microsoft.CodeAnalysis Version Check Analyzer
A version checker for an application
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Works with .NET Standard 2.0 and higher, .NET Framework 4.7 and higher and .NET 6 and higher. Supports the unit test frameworks MSTest2, MSTest3, MSTest4, NUnit3, NUnit4, XUnit2, XUnit3, MSpec and TUnit. IMPORTANT: This version is free for open-source projects and non-commercial use, but commercial use requires [a paid license](https://xceed.com/products/unit-testing/fluent-assertions/). Check out the [license page](LICENSE) for more information.
Crawler-Lib NHunspell is a spell check, hyphenation, word stemming and thesaurus library based on the Open Office spell check library Hunspell. NHunspell can use the vast amount of OpenOffice dictionaries. It is an alternative to NetSpell, GNU Aspell, ISpell, PSpell and Enchant. It wraps the native libraries for Hunspell and Hyphen and contains a fully managed version of MyThes. NHunspell is licensed under: GPL/LGPL/MPL. Free use in commercial applications is permitted according to the LGPL and MPL licenses. Your commercial application can link against the NHunspell DLLs. IMPORTANT: Please visit the Project Site to get informations about Installation, Samples and Directories.
Automatically force your ClickOnce app to update itself without prompting the user, making a less obtrusive end-user experience, and guaranteeing they are always using the latest version of the application. Adds a post-build event to the project to run a PowerShell script that updates the ClickOnce project's minimum required version in the .csproj/.vbproj file to the latest published version. Because the PowerShell script modifies the .csproj/.vbproj file outside of Visual Studio, the first time you do a build after publishing a new ClickOnce version, if you have any files from that project open you will be prompted to reload the project. In order to prevent this from closing your open tabs, I recommend installing Scott Hanselman’s Workspace Reloader Visual Studio extension. If it does not seem to be working or causes the build to fail, check the Output window for any errors that may have occurred.
Library comparing different versions of an api using reflection to ensure compatibility with third party components.
Nuget tool package for OWASP Dependency Check
Compares a version string with the latest release on a specified repository. * Supports async requests * Incremental versioning 1.0.0.0, 1.0.0 and v.1.0.0 (and combinations) are supported (v. can be any non-number) * Boolean versioning (assume update as soon local and remote are not equal)
Middleware to check version constraints on requests to the API.
This package checks if there is an update available To start upload a text file like the following content on any web server: "1.0.0.0" Now if you want to change your newest version number just change your text file. If you want to change your current version number just change your assembly version. Now you can check for updates by doing the following: string URL = "http://example.com/Version.txt"; int CountofNumbers = 4; bool[] Results = RatzzUpdate.CheckforUpdate(URL,CountofNumbers); Result[0] shows if there is an update available Result[1] shows if there was any problem while checking for an update You can also show the current version or newest version as a text by doing this: string CurrentVersion = RatzzUpdate.GetCurrentVersion(CountofNumbers); string NewestVersion = RatzzUpdate.GetNewestVersion(URL,CountofNumbers); CountofNumbers is the amount of numbers you want to show. If you have any problems or feedback just contact me on jonas@ratzz.de
Library comparing different versions of an api using reflection to ensure compatibility with third party components. NUnit integration.
Library comparing different versions of an api using reflection to ensure compatibility with third party components. Console application.
App Version Check implementation for benxu App Platform - Provides cross-platform version checking with force update and optional update modes for Android and iOS.
Check for newer versions of installed NuGet Packages in your Terminal.
This NuGet package will report via Health Check the version of the starting assembly . Also, it should report his own version - but not direct . It will be easy to demo via Xabaril Add the NuGet package HealthCheckVersion. In the Startup.cs services.AddHealthChecks() .AddCheck<HealthCheckVersion>("HealthCheckVersion");
Simple helper which checks that output of a test matches a file. If not matching, just git staging the new file will accept the new version.
Extended WPF Toolkit is the number one collection of WPF controls, components and utilities for creating next generation Windows applications. Provides 48 controls, all offered under the Xceed Software Inc Community License. v5.0 provides 3 bug fixes and improvements. Documentation, source, and discussions are hosted on Github at https://github.com/xceedsoftware/wpftoolkit. Check out the Plus Edition to support the project, get more controls and features, and work with a version a few releases ahead of the free releases.
Simple chequeo de actualizaciones de aplicaciones
A package module for PsMake, enforcing the same *.nupkg packages version is used in multiple c# projects
Crawler-Lib NHunspell is a spell check, hyphenation, word stemming and thesaurus library based on the Open Office spell check library Hunspell. NHunspell can use the vast amount of OpenOffice dictionaries. It is an alternative to NetSpell, GNU Aspell, ISpell, PSpell and Enchant. It wraps the native libraries for Hunspell and Hyphen and contains a fully managed version of MyThes. This version of the nuget package automatically copies the native binaries to the output directory. NHunspell is licensed under: GPL/LGPL/MPL. Free use in commercial applications is permitted according to the LGPL and MPL licenses. Your commercial application can link against the NHunspell DLLs.