PPWCode.Vernacular.Quartz.I 4.0.0-alpha.1

Prefix Reserved
This is a prerelease version of PPWCode.Vernacular.Quartz.I.
There is a newer version of this package available.
See the version list below for details.
dotnet add package PPWCode.Vernacular.Quartz.I --version 4.0.0-alpha.1
                    
NuGet\Install-Package PPWCode.Vernacular.Quartz.I -Version 4.0.0-alpha.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PPWCode.Vernacular.Quartz.I" Version="4.0.0-alpha.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PPWCode.Vernacular.Quartz.I" Version="4.0.0-alpha.1" />
                    
Directory.Packages.props
<PackageReference Include="PPWCode.Vernacular.Quartz.I" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PPWCode.Vernacular.Quartz.I --version 4.0.0-alpha.1
                    
#r "nuget: PPWCode.Vernacular.Quartz.I, 4.0.0-alpha.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package PPWCode.Vernacular.Quartz.I@4.0.0-alpha.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PPWCode.Vernacular.Quartz.I&version=4.0.0-alpha.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PPWCode.Vernacular.Quartz.I&version=4.0.0-alpha.1&prerelease
                    
Install as a Cake Tool

PPWCode.Vernacular.Quartz

This library is part of the PPWCode project and defines the semantic vernacular.

Getting started

PPWCode.Vernacular.Quartz I

This is version I of the library, which is designed to work with .NET Standard 2.0 API.

A more specific build is also done for following runtimes:

  • Microsoft .NET 4.8
  • Microsoft .NET Core 3.1

The library is available as the NuGet package PPWCode.Vernacular.Quartz.I in the NuGet Gallery. It can be installed using the Nuget package manager from inside Visual Studio.

Build your own

A couple of reasons come to mind as to why you would want to build your own package of this library. One reason would be that you need a version of the library built with the debug configuration. Another reason might be that you need features that are available on master, but that are not yet released.

Building your own package of this library is very easy. A psake build script is added for this purpose.

Before executing regular psake tasks, the environment must first be initialized. To do this, open a PowerShell prompt, and execute the following in the root folder of the source.

.\init-psake.ps1

This will initialize your environment. Note that the script assumes that the NuGet commandline client is available on the path.

After the initialization, several psake tasks can be executed using the PowerShell command Invoke-psake that is available now. Here are a couple of examples:

Invoke-psake
Invoke-psake ?
Invoke-psake PackageRestore
Invoke-psake Package -properties @{ 'configuration'='Debug'; 'repos'=@('nuget'); 'publishrepo' = 'local' }

The last line builds a NuGet package using the 'Debug' configuration, and publishes it to the NuGet repository with the name 'local'. The NuGet repository 'nuget' is used to locate the dependent NuGet packages.

Contributors

See the GitHub Contributors list.

PPWCode

This package is part of the PPWCode project, developed by PeopleWare n.v..

More information can be found in the following locations:

Please note that not all information on those sites is up-to-date. We are currently in the process of moving the code away from the Google code subversion repositories to git repositories on GitHub.

PPWCode .NET

Specifically for the .NET libraries: new development will be done on the PeopleWare GitHub repositories, and all new stable releases will also be published as packages on the NuGet Gallery.

We believe in Design By Contract and have good experience with Microsoft Code Contracts and the related tooling. As such, our packages always include Contract Reference assemblies. This allows you to also benefit as a user from the contracts that are already included in the library code.

The packages also include both the pdb and xml files, for debugging symbols and documentation respectively. In the future we might look into using symbol servers.

Copyright 2020 by PeopleWare n.v..

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 is compatible.  net471 is compatible.  net472 is compatible.  net48 is compatible.  net481 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.0 130 5/14/2026
4.0.0-alpha.1 54 5/12/2026
3.2.0 336 4/11/2024
3.1.1 454 2/3/2023
3.0.0 550 12/14/2022
2.0.0 633 9/20/2022
1.1.0 1,044 11/22/2021
1.0.0 693 2/4/2021

Changelog can be found in the documentation at:
     https://peopleware.github.io/net-ppwcode-docs/ppwcode-vernacular-quartz-i/changelog.html