PPWCode.Vernacular.Quartz.I
4.0.0-alpha.1
Prefix Reserved
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
<PackageReference Include="PPWCode.Vernacular.Quartz.I" Version="4.0.0-alpha.1" />
<PackageVersion Include="PPWCode.Vernacular.Quartz.I" Version="4.0.0-alpha.1" />
<PackageReference Include="PPWCode.Vernacular.Quartz.I" />
paket add PPWCode.Vernacular.Quartz.I --version 4.0.0-alpha.1
#r "nuget: PPWCode.Vernacular.Quartz.I, 4.0.0-alpha.1"
#:package PPWCode.Vernacular.Quartz.I@4.0.0-alpha.1
#addin nuget:?package=PPWCode.Vernacular.Quartz.I&version=4.0.0-alpha.1&prerelease
#tool nuget:?package=PPWCode.Vernacular.Quartz.I&version=4.0.0-alpha.1&prerelease
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.
License and Copyright
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 | Versions 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. |
-
.NETFramework 4.6.2
- Castle.Core (>= 4.4.1)
- Castle.Windsor (>= 5.1.1)
- Common.Logging (>= 3.4.1)
- JetBrains.Annotations (>= 2025.2.4)
- PPWCode.Vernacular.Exceptions.III (>= 1.0.0)
- Quartz (>= 3.18.1)
- Quartz.Jobs (>= 3.18.1)
- Quartz.Plugins (>= 3.18.1)
- Quartz.Serialization.Json (>= 3.18.1)
- System.Configuration.ConfigurationManager (>= 10.0.7)
- System.Data.SqlClient (>= 4.9.1)
-
.NETFramework 4.7
- Castle.Core (>= 4.4.1)
- Castle.Windsor (>= 5.1.1)
- Common.Logging (>= 3.4.1)
- JetBrains.Annotations (>= 2025.2.4)
- PPWCode.Vernacular.Exceptions.III (>= 1.0.0)
- Quartz (>= 3.18.1)
- Quartz.Jobs (>= 3.18.1)
- Quartz.Plugins (>= 3.18.1)
- Quartz.Serialization.Json (>= 3.18.1)
- System.Configuration.ConfigurationManager (>= 10.0.7)
- System.Data.SqlClient (>= 4.9.1)
-
.NETFramework 4.7.1
- Castle.Core (>= 4.4.1)
- Castle.Windsor (>= 5.1.1)
- Common.Logging (>= 3.4.1)
- JetBrains.Annotations (>= 2025.2.4)
- PPWCode.Vernacular.Exceptions.III (>= 1.0.0)
- Quartz (>= 3.18.1)
- Quartz.Jobs (>= 3.18.1)
- Quartz.Plugins (>= 3.18.1)
- Quartz.Serialization.Json (>= 3.18.1)
- System.Configuration.ConfigurationManager (>= 10.0.7)
- System.Data.SqlClient (>= 4.9.1)
-
.NETFramework 4.7.2
- Castle.Core (>= 4.4.1)
- Castle.Windsor (>= 5.1.1)
- Common.Logging (>= 3.4.1)
- JetBrains.Annotations (>= 2025.2.4)
- PPWCode.Vernacular.Exceptions.III (>= 1.0.0)
- Quartz (>= 3.18.1)
- Quartz.Jobs (>= 3.18.1)
- Quartz.Plugins (>= 3.18.1)
- Quartz.Serialization.Json (>= 3.18.1)
- System.Configuration.ConfigurationManager (>= 10.0.7)
- System.Data.SqlClient (>= 4.9.1)
-
.NETFramework 4.8
- Castle.Core (>= 4.4.1)
- Castle.Windsor (>= 5.1.1)
- Common.Logging (>= 3.4.1)
- JetBrains.Annotations (>= 2025.2.4)
- PPWCode.Vernacular.Exceptions.III (>= 1.0.0)
- Quartz (>= 3.18.1)
- Quartz.Jobs (>= 3.18.1)
- Quartz.Plugins (>= 3.18.1)
- Quartz.Serialization.Json (>= 3.18.1)
- System.Configuration.ConfigurationManager (>= 10.0.7)
- System.Data.SqlClient (>= 4.9.1)
-
.NETFramework 4.8.1
- Castle.Core (>= 4.4.1)
- Castle.Windsor (>= 5.1.1)
- Common.Logging (>= 3.4.1)
- JetBrains.Annotations (>= 2025.2.4)
- PPWCode.Vernacular.Exceptions.III (>= 1.0.0)
- Quartz (>= 3.18.1)
- Quartz.Jobs (>= 3.18.1)
- Quartz.Plugins (>= 3.18.1)
- Quartz.Serialization.Json (>= 3.18.1)
- System.Configuration.ConfigurationManager (>= 10.0.7)
- System.Data.SqlClient (>= 4.9.1)
-
.NETStandard 2.0
- Castle.Core (>= 4.4.1)
- Castle.Windsor (>= 5.1.1)
- Common.Logging (>= 3.4.1)
- JetBrains.Annotations (>= 2025.2.4)
- PPWCode.Vernacular.Exceptions.III (>= 1.0.0)
- Quartz (>= 3.18.1)
- Quartz.Jobs (>= 3.18.1)
- Quartz.Plugins (>= 3.18.1)
- Quartz.Serialization.Json (>= 3.18.1)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Configuration.ConfigurationManager (>= 10.0.7)
- System.Data.SqlClient (>= 4.9.1)
-
net10.0
- Castle.Core (>= 4.4.1)
- Castle.Windsor (>= 5.1.1)
- Common.Logging (>= 3.4.1)
- JetBrains.Annotations (>= 2025.2.4)
- PPWCode.Vernacular.Exceptions.III (>= 1.0.0)
- Quartz (>= 3.18.1)
- Quartz.Jobs (>= 3.18.1)
- Quartz.Plugins (>= 3.18.1)
- Quartz.Serialization.Json (>= 3.18.1)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Configuration.ConfigurationManager (>= 10.0.7)
- System.Data.SqlClient (>= 4.9.1)
-
net8.0
- Castle.Core (>= 4.4.1)
- Castle.Windsor (>= 5.1.1)
- Common.Logging (>= 3.4.1)
- JetBrains.Annotations (>= 2025.2.4)
- PPWCode.Vernacular.Exceptions.III (>= 1.0.0)
- Quartz (>= 3.18.1)
- Quartz.Jobs (>= 3.18.1)
- Quartz.Plugins (>= 3.18.1)
- Quartz.Serialization.Json (>= 3.18.1)
- System.Configuration.ConfigurationManager (>= 8.0.1)
- System.Data.SqlClient (>= 4.9.1)
-
net9.0
- Castle.Core (>= 4.4.1)
- Castle.Windsor (>= 5.1.1)
- Common.Logging (>= 3.4.1)
- JetBrains.Annotations (>= 2025.2.4)
- PPWCode.Vernacular.Exceptions.III (>= 1.0.0)
- Quartz (>= 3.18.1)
- Quartz.Jobs (>= 3.18.1)
- Quartz.Plugins (>= 3.18.1)
- Quartz.Serialization.Json (>= 3.18.1)
- System.Configuration.ConfigurationManager (>= 9.0.15)
- System.Data.SqlClient (>= 4.9.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Changelog can be found in the documentation at:
https://peopleware.github.io/net-ppwcode-docs/ppwcode-vernacular-quartz-i/changelog.html